YNQ  YNQ-1.5.2
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
syapi.h
Go to the documentation of this file.
1 /*********************************************************************
2  *
3  * Copyright (c) 2021 by Visuality Systems, Ltd.
4  *
5  *********************************************************************
6  * FILE NAME : $Workfile:$
7  * ID : $Header:$
8  * REVISION : $Revision:$
9  *--------------------------------------------------------------------
10  * DESCRIPTION : API definition for system-dependent library
11  *--------------------------------------------------------------------
12  * MODULE : NQ
13  * DEPENDENCIES :
14  ********************************************************************/
15 
16 #ifndef _SYAPI_H_
17 #define _SYAPI_H_
18 
19 #include "udapi.h" /* project dependent definitions */
20 #include "sycommon.h" /* independent definitions */
21 #include <syinclud.h> /* system includes here */
22 #include <sypltfrm.h> /* platform-dependent definitions */
23 #include <syopsyst.h> /* OS-dependent definitions */
24 #ifdef UD_CS_INCLUDERPC_SPOOLSS
25 #include <syprintr.h> /* printing API */
26 #endif
27 #include <sytrace.h> /* tracing */
28 #if defined(UD_CC_INCLUDEEXTENDEDSECURITY_KERBEROS) || defined(UD_NQ_INCLUDEKERBEROS)
29 #include <sysasl.h> /* GSASL interface */
30 #endif
31 #ifdef UD_CC_INCLUDELDAP
32 /*#include "syldap.h" */ /* ldap */
33 #endif
34 
42 NQ_BOOL syInit(void);
43 
47 void syStop(void);
48 
51 #endif /* _SYAPI_H_ */
52 
NQ_BOOL syInit(void)
void syStop(void)
int NQ_BOOL
Definition: udapi.h:30